[Flex] Using same set of columns in AdvancedDataGrid in a TabBar
Posted
by user283403
on Stack Overflow
See other posts from Stack Overflow
or by user283403
Published on 2010-05-18T06:57:48Z
Indexed on
2010/05/18
7:00 UTC
Read the original article
Hit count: 192
I have a TabBar control which will show an AdvancedDataGrid with same set of columns on different tabs, i am doing this so that i can show similar data on different tab pages. Column heading will be the same on all grids, is there a way I can put all column headings in an array and set that as columns of data grid? I tried setting the columns property but it doesn't work. Also I need to set ID property for a single column in the grid to set it the treecolumn so one column must have individual id field too.
© Stack Overflow or respective owner